Improve headerbar docs slightly
authorMatthias Clasen <mclasen@redhat.com>
Tue, 17 Sep 2013 00:24:48 +0000 (20:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 17 Sep 2013 00:24:48 +0000 (20:24 -0400)
Explain how to achieve the same title lable style when using
a custom title.

gtk/gtkheaderbar.c

index c1c18420ffd1aaa16c829c98820264f00bcd9d74..3897a5833d95be0326c4f8e38e18cf58a052f116 100644 (file)
@@ -937,7 +937,9 @@ gtk_header_bar_get_title (GtkHeaderBar *bar)
  *
  * Note that GtkHeaderBar always reserves room for the subtitle, even
  * if none is currently set. If this is not desired, use
- * gtk_header_bar_set_custom_title().
+ * gtk_header_bar_set_custom_title() to place your own label in the
+ * title position. To achieve the same style, use the "title" style
+ * class.
  *
  * Since: 3.10
  */